*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 3 Oct 2003 11:36:59 +0000 (11:36 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 3 Oct 2003 11:36:59 +0000 (11:36 +0000)
src/ChangeLog

index 01efcf7048ba34dc5e59ecd12b237d8108428cdb..b2a07c4d040ee3d4706fdfd2166acb5630190d7b 100644 (file)
@@ -1,3 +1,17 @@
+2003-10-03  Kenichi Handa  <handa@m17n.org>
+
+       * macterm.c (x_load_font): Clear all members of FONTP before start
+       filling them.
+
+2003-10-02  Kenichi Handa  <handa@m17n.org>
+
+       * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
+       before calling find_ccl_program_func.  Call find_ccl_program_func
+       only when fontp->font_encoder is not NULL.
+
+       * xterm.c (x_load_font): Clear all members of FONTP before start
+       filling them.
+
 2003-10-03  John Paul Wallington  <jpw@gnu.org>
 
        * keymap.c (map_keymap): Don't abort when binding is a vector.